projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cde667
)
(custom-save-faces): Fix typo.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Wed, 25 Dec 2002 21:11:18 +0000
(21:11 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Wed, 25 Dec 2002 21:11:18 +0000
(21:11 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 6d0b4225bf9865df7a422130488691b2ca16878a..63901cc7a8c0bbf4115f26168298a691608e595f 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-3839,13
+3839,13
@@
or (if there were none) at the end of the buffer."
(t
(princ ")"))))
(t
- (princ ")"))))))
)
+ (princ ")"))))))
saved-list)
(if (bolp)
(princ " "))
(princ ")")
(unless (looking-at "\n")
- (princ "\n"))))
+ (princ "\n"))))
)
(defun custom-save-resets (property setter special)
(let (started-writing ignored-special)